CalendarView for WinForms
Bitmap コンストラクタ(Int32,Int32,Int32,BitsPerPixel,Byte[])

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Bitmap クラス > Bitmap コンストラクタ : Bitmap コンストラクタ(Int32,Int32,Int32,BitsPerPixel,Byte[])
The width, in pixels, of the new Bitmap object.
The height, in pixels, of the new Bitmap object.
Specifies the number of planes for the target device. This value must be set to 1.
The number of bits required to identify the color of a single pixel.
The pattern data array.
Intializes a new instance of the Bitmap class with the specified size color format (color planes and bits-per-pixel).
シンタックス
'宣言
 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal planes As System.Integer, _
   ByVal bitsPerPixel As BitsPerPixel, _
   ByVal data() As System.Byte _
)
public Bitmap( 
   System.int width,
   System.int height,
   System.int planes,
   BitsPerPixel bitsPerPixel,
   System.byte[] data
)

パラメータ

width
The width, in pixels, of the new Bitmap object.
height
The height, in pixels, of the new Bitmap object.
planes
Specifies the number of planes for the target device. This value must be set to 1.
bitsPerPixel
The number of bits required to identify the color of a single pixel.
data
The pattern data array.
参照

Bitmap クラス
Bitmap メンバ
オーバーロード一覧